im begging you
This commit is contained in:
parent
3701556865
commit
1dfbb1437c
@ -35,7 +35,6 @@ RUN \
|
|||||||
NEXT_PUBLIC_SITE_URL=APP_NEXT_PUBLIC_SITE_URL \
|
NEXT_PUBLIC_SITE_URL=APP_NEXT_PUBLIC_SITE_URL \
|
||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
|
||||||
|
|
||||||
# If using npm comment out above and use below instead
|
# If using npm comment out above and use below instead
|
||||||
# RUN npm run build
|
# RUN npm run build
|
||||||
@ -64,4 +63,5 @@ EXPOSE 3000
|
|||||||
|
|
||||||
ENV PORT 3000
|
ENV PORT 3000
|
||||||
|
|
||||||
|
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||||
CMD ["node", "server.js"]
|
CMD ["node", "server.js"]
|
Reference in New Issue
Block a user