Skip to content

Commit

Permalink
chore: remove entrypoint from prod image
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Nov 13, 2024
1 parent 9fd973f commit 3477f3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ COPY LICENSE .
COPY create_config_prod.js .
# - Copy in the service info generator
COPY create_service_info.js .
# - Copy the entrypoint.bash, which sets the user and permissions
COPY entrypoint.bash .
# - Copy in the run.bash, which writes the config file and starts NGINX
COPY run.bash .
# - Copy in package.json to provide version to scripts
Expand All @@ -59,5 +57,4 @@ COPY package.json .
# - this way we can cache layers
COPY --from=build /bento-public/dist ./dist

ENTRYPOINT [ "/bin/bash", "./entrypoint.bash" ]
CMD [ "/bin/bash", "./run.bash" ]

0 comments on commit 3477f3f

Please sign in to comment.