python hotfix 3
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
FROM node:16.0.0-alpine
|
FROM node:16.10.0
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./ ./
|
COPY ./ ./
|
||||||
|
RUN sudo apt install python
|
||||||
RUN npm install
|
RUN npm install
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
Reference in New Issue
Block a user