Skip to content

Commit

Permalink
Feat: prepare for production (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBlacky authored Feb 19, 2020
1 parent 514a3a5 commit fa6d63f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ db
.env
.vscode
.npmrc
docker-compose.yml
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:12-alpine
WORKDIR /usr/src/app
COPY ./package*.json ./
RUN npm install --only=production
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0
File renamed without changes.

0 comments on commit fa6d63f

Please sign in to comment.