Mediocreatmybest commited on
Commit
a97696b
1 Parent(s): d733a09

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ USER 1000
7
 
8
  # Set production build
9
  ARG NODE_ENV=production
 
10
 
11
  # Git Clone
12
  RUN git clone https://github.com/excalidraw/excalidraw
 
7
 
8
  # Set production build
9
  ARG NODE_ENV=production
10
+ ARG PORT=5002
11
 
12
  # Git Clone
13
  RUN git clone https://github.com/excalidraw/excalidraw