Remove junk

This commit is contained in:
Tanner Collin 2022-04-07 00:59:11 +00:00
parent e9b8f9048a
commit 3b449ffa02
3 changed files with 0 additions and 16 deletions

View File

@ -1 +0,0 @@
node_modules

View File

@ -1,11 +0,0 @@
FROM node:14
WORKDIR /usr/src/app
COPY . .
RUN npm i
EXPOSE 3000
CMD ["npm", "run", "start"]

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