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

fix: Fix copy path for front-end build

parent 606d4398
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ COPY ./app/server/package.json .
RUN npm install --production
COPY ./app/server .
# Copy client app into public folder
COPY --from=clientbuild /usr/src/app/build ./public
COPY --from=clientbuild /usr/src/app/build ./src/public
ENV MONGODB_URL mongodb://todo-mongo-service:27017
......
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