mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Docker fixes
This commit is contained in:
@@ -4,12 +4,13 @@ WORKDIR /server
|
||||
COPY package.json ./
|
||||
COPY package-lock.json ./
|
||||
|
||||
RUN npm i
|
||||
# RUN npm i
|
||||
COPY . .
|
||||
RUN npm run export
|
||||
# RUN npm run export
|
||||
|
||||
CMD [ "bash", "scripts/make.sh" ]
|
||||
CMD [ "npm", "run", "start" ]
|
||||
# CMD [ "bash", "scripts/make.sh" ]
|
||||
# CMD [ "npm", "run", "start" ]
|
||||
CMD [ "scripts/start.sh" ]
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
Reference in New Issue
Block a user