remove chmod
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user