Spaces:
Build error
Build error
Commit
·
7b40659
1
Parent(s):
d194565
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ USER 1000
|
|
7 |
|
8 |
# Set production build
|
9 |
ARG NODE_ENV=production
|
10 |
-
ENV PORT=5002
|
11 |
|
12 |
# Git Clone
|
13 |
RUN git clone https://github.com/excalidraw/excalidraw
|
|
|
7 |
|
8 |
# Set production build
|
9 |
ARG NODE_ENV=production
|
10 |
+
#ENV PORT=5002
|
11 |
|
12 |
# Git Clone
|
13 |
RUN git clone https://github.com/excalidraw/excalidraw
|