mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 14:36:36 +00:00
Fix docker file
This commit is contained in:
@@ -41,6 +41,9 @@ COPY --chown=1001 run.sh run.sh
|
||||
COPY --chown=1001 --from=builder /opt/rdpgw /opt/rdpgw
|
||||
COPY --chown=1001 --from=builder /etc/passwd /etc/passwd
|
||||
|
||||
# Copy templates directory
|
||||
COPY --from=builder /app/cmd/rdpgw/templates ./templates
|
||||
|
||||
# Copy assets directory from the app source
|
||||
COPY --chown=1001 --from=builder /app/assets /opt/rdpgw/assets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user