Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
FROM ghcr.io/yahyasamet/espritsdldeploy:
|
2 |
-
|
3 |
USER root
|
4 |
RUN mkdir -p /data/storage
|
5 |
RUN ln -s /data/storage /storage
|
|
|
1 |
+
FROM ghcr.io/yahyasamet/espritsdldeploy:my-tag2
|
|
|
2 |
USER root
|
3 |
RUN mkdir -p /data/storage
|
4 |
RUN ln -s /data/storage /storage
|