adowu commited on
Commit
cc09239
·
verified ·
1 Parent(s): bd1fde9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN npm install -g yarn
22
  RUN yarn
23
 
24
  # Ustaw polecenie uruchamiania kontenera
25
- CMD ["yarn", "start", "--host", "0.0.0.0", "--port", "8080"]
 
22
  RUN yarn
23
 
24
  # Ustaw polecenie uruchamiania kontenera
25
+ CMD ["yarn", "start"]