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