remove chmod

This commit is contained in:
JurajKubrican
2024-10-29 08:15:26 +01:00
parent 9a462f06b8
commit 3d94ad1009
2 changed files with 0 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ WORKDIR /app
COPY server ./ COPY server ./
# Command to run the executable # Command to run the executable
RUN chmod a+x main
CMD ["./server"] CMD ["./server"]
# Expose the port on which the Go server will run # Expose the port on which the Go server will run

BIN
server Executable file

Binary file not shown.