updated docker to fix chmod
This commit is contained in:
@@ -55,7 +55,7 @@ ENV PORT 3000
|
|||||||
# set hostname to localhost
|
# set hostname to localhost
|
||||||
ENV HOSTNAME "0.0.0.0"
|
ENV HOSTNAME "0.0.0.0"
|
||||||
|
|
||||||
COPY start.sh ./
|
COPY --chown=nextjs:nodejs start.sh ./
|
||||||
RUN chmod +x start.sh
|
RUN chmod +x start.sh
|
||||||
|
|
||||||
CMD ["./start.sh"]
|
CMD ["./start.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user