Skip to content

Commit

Permalink
fixed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ebauman committed Oct 26, 2022
1 parent 71470d0 commit e374432
Show file tree
Hide file tree
Showing 3 changed files with 16,394 additions and 40 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/.git
/dist
/node_modules
/node_modules
5 changes: 2 additions & 3 deletions cicd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Should only be used with GitHub Actions cicd
# For local, refer to Dockerfile at root of project

FROM nginx:stable-alpine

COPY dist/* /usr/share/nginx/html
COPY ./dist/* /usr/share/nginx/html

# copy staged files
COPY cicd/docker/stage-release/ /
COPY cicd/stage-release/ /

ENTRYPOINT ["entrypoint.sh"]
Loading

0 comments on commit e374432

Please sign in to comment.