Remove junk

This commit is contained in:
2022-04-07 00:59:11 +00:00
parent e9b8f9048a
commit 3b449ffa02
3 changed files with 0 additions and 16 deletions
-1
View File
@@ -1 +0,0 @@
node_modules
-11
View File
@@ -1,11 +0,0 @@
FROM node:14
WORKDIR /usr/src/app
COPY . .
RUN npm i
EXPOSE 3000
CMD ["npm", "run", "start"]
-4
View File
@@ -1,4 +0,0 @@
docker build . -t spaceport-client
docker run -it -p 3000:3000 -v $PWD/src:/usr/src/app/src spaceport-client
# npm install
# npm run start