Skip to content

Commit

Permalink
Fixing Dockerfile (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
koyuawsmbrtn authored and nolanlawson committed Aug 19, 2018
1 parent b93212f commit a1b8980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -7,7 +7,7 @@ ADD . /app

# Install updates and NodeJS+Dependencies
RUN apk update && apk upgrade
RUN apk add nodejs git python build-base clang
RUN apk add nodejs npm git python build-base clang

# Upgrading NPM
RUN npm i npm@latest -g
Expand All @@ -20,4 +20,4 @@ RUN npm run build
EXPOSE 4002

# Setting run-command
CMD PORT=4002 npm start
CMD PORT=4002 npm start

0 comments on commit a1b8980

Please sign in to comment.