Skip to content
Snippets Groups Projects
Commit 7494fa1d authored by Falk's avatar Falk :ping_pong:
Browse files

fix: Correct COPY path for image build

parent 92e1ed66
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ RUN API_URL=$API_URL node scripts/build.js
FROM node:12.16.3
WORKDIR "/usr/app"
COPY package*.json .
COPY ./app/server/package*.json .
RUN npm install --production
COPY ./app/server .
# Copy client app into public folder
......
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