fix dockerfile
This commit is contained in:
@@ -30,6 +30,10 @@ WORKDIR /app
|
||||
|
||||
# Copy binary and required files
|
||||
COPY --from=builder /app/server .
|
||||
COPY --from=builder /app/css ./css
|
||||
COPY --from=builder /app/views ./views
|
||||
COPY --from=builder /app/my_website.db ./
|
||||
COPY --from=builder /app/data ./data
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user