Skip to content

Commit

Permalink
Merge branch 'main' into docs/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash authored Oct 4, 2023
2 parents 11fb6ac + 25e80e3 commit 07ad483
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 @@ -10,4 +10,4 @@ RUN yarn run build
# Pulled March 21, 2023
FROM nginx@sha256:aa0afebbb3cfa473099a62c4b32e9b3fb73ed23f2a75a65ce1d4b4f55a5c2ef2
COPY nginx-default.conf /etc/nginx/conf.d/default.conf
COPY --from=0 /app/build /usr/share/nginx/html
COPY --from=0 /app/dist /usr/share/nginx/html

0 comments on commit 07ad483

Please sign in to comment.