Skip to content

Commit

Permalink
chore(deps): update dependencies (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Oct 11, 2022
1 parent 3db8e48 commit b46d349
Show file tree
Hide file tree
Showing 4 changed files with 1,185 additions and 1,065 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.docusaurus
build
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FROM node:16-alpine as base

WORKDIR /home/node/app

RUN apk add curl bash nginx

ARG COOKIE_PRO_DATA_DOMAIN_ID
ARG HEAP_ID
ARG GOOGLE_TAG_MANAGER_ID
Expand Down Expand Up @@ -37,7 +35,7 @@ RUN npm run build
COPY --chown=node:node . /home/node/app/


FROM nginx:stable-alpine as deploy
FROM nginx:mainline-alpine as deploy
# Remove un-needed packages
RUN apk del freetype
COPY --chown=node:node --from=production /home/node/app/build /usr/share/nginx/html/
Loading

0 comments on commit b46d349

Please sign in to comment.