Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkriegeskorte authored Jul 4, 2024
1 parent 98cd22d commit 54e34c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG BASE_PATH
ARG NEXT_PUBLIC_ENVIRONMENT
ARG NEXT_PUBLIC_DOMAIN
ARG NEXT_PUBLIC_BASE_PATH
ARG NEXT_PUBLIC_REPO
ARG NEXT_PUBLIC_REPO_BASE
ARG NEXT_PUBLIC_DEMO_URL
ARG NEXT_PUBLIC_DEMO_URL_PRO
Expand Down Expand Up @@ -79,4 +80,4 @@ EXPOSE 3000
ENV PORT 3000
ENV HOSTNAME 0.0.0.0

CMD ["node", "server.js"]
CMD ["node", "server.js"]

0 comments on commit 54e34c2

Please sign in to comment.