Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sggerard committed Nov 1, 2024
1 parent 630b6c1 commit 49cfd00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ENV NODE_ENV=production
# Copy, build static files; see .dockerignore for exclusions
WORKDIR /app
COPY . ./
RUN mkdir -p /.config
RUN mkdir -p .tmp
RUN npm install && npm run build

# Boilerplate, not used in OpenShift/Kubernetes
Expand Down

0 comments on commit 49cfd00

Please sign in to comment.