Skip to content
Snippets Groups Projects
Commit 4da40d96 authored by David Trattnig's avatar David Trattnig
Browse files

chore: use Make targets for Docker

parent 8c7526b3
No related branches found
No related tags found
No related merge requests found
Pipeline #2682 passed
...@@ -6,8 +6,8 @@ WORKDIR /srv ...@@ -6,8 +6,8 @@ WORKDIR /srv
COPY . . COPY . .
RUN mkdir -p ./public/build RUN mkdir -p ./public/build
RUN npm i -g npm@latest RUN npm i -g npm@latest
RUN npm install RUN make init.app
RUN npm run build RUN make build
# Development # Development
FROM base AS dev FROM base AS dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment