This commit is contained in:
Stanislaw
2022-06-16 21:12:41 +02:00
parent be4106b262
commit f7ba8187fe

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM node:16.15.1-alpine
FROM node:16.10.0-alpine
WORKDIR /app
COPY ./ ./
RUN npm install