Updated Dockerfile to node:current-alpine
This commit is contained in:
parent
ed42c61390
commit
c74708561b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Get current image of node.js
|
||||
FROM node:current-slim
|
||||
FROM node:current-alpine
|
||||
|
||||
# Set /app as directory where the app should be at
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in a new issue