fix docker image building
This commit is contained in:
+4
-4
@@ -4,11 +4,11 @@ FROM eclipse-temurin:17-jdk
|
||||
# Set working directory
|
||||
WORKDIR /server
|
||||
|
||||
# Copy server configuration files
|
||||
COPY configuration/. .
|
||||
# Copy modpack files
|
||||
COPY modpack/ /server/
|
||||
|
||||
# Copy all modpack related files
|
||||
COPY modpack/. .
|
||||
# Copy configuration files
|
||||
COPY configuration/ /server/
|
||||
|
||||
# Make run.sh executable
|
||||
RUN chmod +x run.sh
|
||||
|
||||
Reference in New Issue
Block a user