Updated Dockerfile to node:current-alpine

This commit is contained in:
Bastian Meissner 2020-05-24 22:34:58 +02:00
parent ed42c61390
commit c74708561b

View file

@ -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