Python fix

This commit is contained in:
Stanislaw
2022-06-16 21:15:43 +02:00
parent f7ba8187fe
commit e1c499328a

View File

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