Skip to content

Commit

Permalink
chore(frontend): change destination directory in Dockerfile command (#55
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Adibov authored Dec 4, 2023
1 parent 892b758 commit d809933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ FROM alpine:3.17.6 AS production

WORKDIR /run
COPY --from=build /run/dist /dist
CMD cp -r /dist /run/dist
CMD cp -r /dist /run

0 comments on commit d809933

Please sign in to comment.