adowu commited on
Commit
1321d53
1 Parent(s): b15094b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,6 +22,6 @@ WORKDIR /app/ide-startup
22
  # Zainstaluj zależności za pomocą Yarn
23
  RUN sudo npm install -g yarn
24
  RUN sudo yarn
25
-
26
  # Ustaw polecenie uruchamiania kontenera
27
  CMD ["yarn", "start"]
 
22
  # Zainstaluj zależności za pomocą Yarn
23
  RUN sudo npm install -g yarn
24
  RUN sudo yarn
25
+ EXPOSE 8080
26
  # Ustaw polecenie uruchamiania kontenera
27
  CMD ["yarn", "start"]