Add protected date management admin
This commit is contained in:
+5
-1
@@ -18,7 +18,11 @@ WORKDIR /app
|
||||
# Copy binary and static front-end assets
|
||||
COPY --from=builder /app/server /app/server
|
||||
COPY --from=builder /app/public /app/public
|
||||
COPY --from=builder /app/appsettings.json /app/appsettings.default.json
|
||||
COPY start.sh /app/start.sh
|
||||
|
||||
RUN chmod +x /app/start.sh
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["/app/server"]
|
||||
ENTRYPOINT ["/app/start.sh"]
|
||||
|
||||
Reference in New Issue
Block a user