Skip to content

Commit

Permalink
chores: fix docker cache build
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Nov 3, 2023
1 parent 4d12323 commit d7d54dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM nginx:alpine

WORKDIR /usr/share/nginx/html

COPY --from=prod /app/dist .
COPY --from=build /app/dist .

EXPOSE 80

Expand Down

0 comments on commit d7d54dd

Please sign in to comment.