Skip to content

Commit

Permalink
change env when runtime docker
Browse files Browse the repository at this point in the history
  • Loading branch information
syafiqparadisam committed Oct 21, 2024
1 parent 04fa810 commit 5fd2a31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions project/.env.sh

This file was deleted.

2 changes: 1 addition & 1 deletion project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY --from=build /app/dist /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/conf.d/default.conf


COPY env.sh /docker-entrypoint.d/env.sh
COPY ./env.sh /docker-entrypoint.d/env.sh
RUN chmod +x /docker-entrypoint.d/env.sh

EXPOSE 80
Expand Down

0 comments on commit 5fd2a31

Please sign in to comment.