We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc136c commit 505af08Copy full SHA for 505af08
Dockerfile
@@ -9,7 +9,7 @@ ENV VERSION=${VERSION}
9
COPY public/ /usr/share/nginx/html/
10
11
# Create symlink for cleaner volume mounting
12
-RUN mkdir -p /data && ln -s /data/db.json /usr/share/nginx/html/data/db.json
+RUN ln -s /data /usr/share/nginx/html/data
13
14
# Replace version placeholder
15
RUN sed -i "s/__VERSION__/${VERSION}/g" /usr/share/nginx/html/index.html
0 commit comments