mirror of
https://github.com/Team4388/scouting-2021.git
synced 2026-06-09 00:38:01 -06:00
create-react-app and couchdb
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM node:16.9.1-alpine3.11
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
# COPY . ./
|
||||
EXPOSE 3000
|
||||
RUN chown -R node /app/node_modules
|
||||
USER node
|
||||
CMD [ "npm", "start"]
|
||||
Reference in New Issue
Block a user