Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Lucius authored Jul 13, 2024
1 parent 73c3b71 commit f738f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app

RUN npm install
RUN node /app/src/generate.cjs
RUN npm run build
RUN npm run build:static

FROM nginx:stable
COPY nginx.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit f738f0c

Please sign in to comment.