Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
FROM node:16-alpine
|
2 |
|
3 |
RUN apk add --no-cache openjdk11 python3 py3-pip g++
|
4 |
-
|
5 |
# Set working directory
|
6 |
WORKDIR /code
|
7 |
|
|
|
1 |
FROM node:16-alpine
|
2 |
|
3 |
RUN apk add --no-cache openjdk11 python3 py3-pip g++
|
|
|
4 |
# Set working directory
|
5 |
WORKDIR /code
|
6 |
|