python hotfix 3

This commit is contained in:
Stanislaw
2022-06-16 21:43:18 +02:00
parent efaee7d035
commit 7e3e7ecbf8

View File

@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1
FROM node:16.0.0-alpine
FROM node:16.10.0
WORKDIR /app
COPY ./ ./
RUN sudo apt install python
RUN npm install
CMD ["node", "index.js"]