Update Dockerfile
Browse files- 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"
|
|
|
22 |
RUN yarn
|
23 |
|
24 |
# Ustaw polecenie uruchamiania kontenera
|
25 |
+
CMD ["yarn", "start"]
|