Skip to content

Commit

Permalink
version: 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tandashi committed Feb 8, 2021
1 parent 9c683de commit fb41b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ RUN mkdir -p /home/node/server/node_modules && chown -R node:node /home/node/ser

WORKDIR /home/node/server

COPY package*.json ./
COPY --chown=node:node . .

USER node

RUN npm install

COPY --chown=node:node . .

EXPOSE 8080

CMD [ "npm", "start" ]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ytsync-server",
"version": "1.0.0",
"version": "1.7.0",
"main": "dist/server.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit fb41b1b

Please sign in to comment.