Skip to content

Commit

Permalink
Tried fixing dockerfile again
Browse files Browse the repository at this point in the history
  • Loading branch information
Taks07 committed May 7, 2024
1 parent 4dc652b commit 8d27ead
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=build /src/public ./public
COPY --from=build /src/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 8d27ead

Please sign in to comment.