Forgot to change the target dir in Dockerfile, my bad 😅
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user