We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b2df2 commit de17f60Copy full SHA for de17f60
Dockerfile
@@ -36,6 +36,7 @@ WORKDIR /app
36
37
# Copy built binary and frontend files
38
COPY --from=backend-builder /app/tiny-nav .
39
+RUN chmod +x tiny-nav
40
41
# Expose port
42
EXPOSE 58080
0 commit comments