Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
renzholy committed May 22, 2021
1 parent cf397bb commit add8d92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM ghcr.io/renzholy/blogit:latest
ENV NODE_ENV=production
RUN yarn build
RUN yarn export
1 change: 1 addition & 0 deletions Dockerfile.self
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ FROM node:16-slim
WORKDIR /app
ADD * /app/
RUN yarn
RUN yarn build

0 comments on commit add8d92

Please sign in to comment.