node hotfix 2

This commit is contained in:
Stanislaw
2022-06-16 21:22:29 +02:00
parent e1c499328a
commit efaee7d035

View File

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