Update Dockerfile

This commit is contained in:
CrazyMax 2021-03-18 19:05:39 +01:00
parent e64074c2ea
commit e1c89b9548
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#syntax=docker/dockerfile:1.1-experimental #syntax=docker/dockerfile:1.2
FROM node:12 AS deps FROM node:12 AS deps
WORKDIR /src WORKDIR /src