Spaces:
Sleeping
Sleeping
Commit
·
8b871a8
1
Parent(s):
1fa5198
up
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM node:
|
2 |
|
3 |
# Create app directory
|
4 |
WORKDIR /usr/src/app
|
@@ -15,6 +15,7 @@ RUN npm install
|
|
15 |
# Bundle app source
|
16 |
COPY . .
|
17 |
|
|
|
18 |
# vscode install
|
19 |
RUN wget -O- https://aka.ms/install-vscode-server/setup.sh | sh
|
20 |
RUN code-server -h
|
|
|
1 |
+
FROM node:latest
|
2 |
|
3 |
# Create app directory
|
4 |
WORKDIR /usr/src/app
|
|
|
15 |
# Bundle app source
|
16 |
COPY . .
|
17 |
|
18 |
+
|
19 |
# vscode install
|
20 |
RUN wget -O- https://aka.ms/install-vscode-server/setup.sh | sh
|
21 |
RUN code-server -h
|