Skip to content

Commit

Permalink
Dockerfile and pom adjustments for new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
voroscsoki committed May 22, 2024
1 parent cebe37a commit 7b7ff25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV DISPLAY=host.docker.internal:0.0

WORKDIR /app
COPY --from=builder /app/target/*.jar /app/app.jar
COPY --from=builder /app/src/palya.txt /app/src/palya.txt
COPY --from=builder /app/src/main/resources/palya.txt /app/src/main/resources/palya.txt

# Expose VNC port
EXPOSE 5800 5900
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>Controll.ViewGame</mainClass>
<mainClass>main.java.Controll.ViewGame</mainClass>
</manifest>
</archive>
</configuration>
Expand Down

0 comments on commit 7b7ff25

Please sign in to comment.