Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysn4Irix committed Jun 24, 2023
1 parent bd674fc commit c141306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ RUN npm install
COPY . .
RUN npm run build && npm prune --production
ENV PORT 80
ENV ORIGIN https://shrinker.ysnirix.live
ENV ORIGIN https://shrinker.ysnirix.xyz
EXPOSE 80
CMD ["node", "build"]
CMD ["node", "build"]

0 comments on commit c141306

Please sign in to comment.