Update Dockerfile
Browse files- 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"]
|