Skip to content

Commit

Permalink
Setup Rover files. (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
LamboCreeper authored Sep 4, 2022
1 parent 5f89163 commit 06e63d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM node:16
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm ci
COPY . .
RUN npm run build
CMD ["npm", "start"]
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

4 changes: 4 additions & 0 deletions captain-definition
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"schemaVersion": 2,
"dockerfilePath": "./Dockerfile"
}

0 comments on commit 06e63d6

Please sign in to comment.