Forgot to change the target dir in Dockerfile, my bad 😅

This commit is contained in:
K
2025-04-20 03:57:18 +05:30
parent 769ac030b3
commit c83898e34c
+1 -1
View File
@@ -19,7 +19,7 @@ RUN useradd -s /bin/bash skycrateBack
# Create work dir
RUN mkdir /app
RUN chown -R skycrateBack:skycrateBack /app
COPY ./Skycrate/target/ /app
COPY ./target/ /app
WORKDIR /app
# Switch user