mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Finished implementation of roulette
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
FROM node:latest
|
||||
WORKDIR /app
|
||||
COPY {{app_path}}package.json ./
|
||||
COPY ./app/package.json ./
|
||||
RUN npm install
|
||||
COPY {{app_path}} ./
|
||||
COPY ./app/ ./
|
||||
RUN npm run build
|
||||
EXPOSE 8080
|
||||
CMD ["npm", "run", "start"]
|
Reference in New Issue
Block a user