diff --git a/Dockerfile b/Dockerfile index 774352a..ad0a09a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ## Using a smaller image like Alpine does ## not work because of missing dependencies ## to libpng -FROM node:8 +FROM node:8-jessie WORKDIR /app COPY package.json ./ @@ -11,4 +11,4 @@ EXPOSE 2525 COPY index.js . USER node -CMD ["node", "./index.js"] \ No newline at end of file +CMD ["node", "./index.js"]