Browse Source

Use NodeJS 10.x Alpine Linux image

tags/v0.3.3^2
Vildravn 4 years ago
parent
commit
22f8c25bfa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,5 +1,5 @@
# Base image on Node.js 10.x LTS (dubnium)
FROM node:10
FROM node:10-alpine

# Create app directory
WORKDIR /usr/src/isleward


Loading…
Cancel
Save