Skip to content

Commit

Permalink
Fixed error in COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
Taks07 committed May 7, 2024
1 parent 48f1dc5 commit 4dc652b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN yarn install --production=true
FROM nginx

# Copy built application
COPY --from=builder /src/public ./public
COPY --from=build /src/public ./public
COPY --from=build /app/dist /usr/share/nginx/html
COPY --link _redirects /usr/share/nginx/html/_redirects
COPY nginx.conf /etc/nginx/nginx.conf
Expand Down

0 comments on commit 4dc652b

Please sign in to comment.