v0.1.5: Fix ENV syntax in website Dockerfile
This commit is contained in:
@@ -12,7 +12,6 @@ RUN node build-blog.js
|
||||
|
||||
FROM nginx:alpine
|
||||
COPY --from=version /tmp/version.txt /tmp/version.txt
|
||||
ENV VERSION=$(cat /tmp/version.txt)
|
||||
|
||||
COPY --from=builder /app/www/ /usr/share/nginx/html/
|
||||
COPY docker-entrypoint.d/ /docker-entrypoint.d/
|
||||
|
||||
Reference in New Issue
Block a user