remove chmod
This commit is contained in:
@@ -8,7 +8,6 @@ WORKDIR /app
|
||||
COPY server ./
|
||||
|
||||
# Command to run the executable
|
||||
RUN chmod a+x main
|
||||
CMD ["./server"]
|
||||
|
||||
# Expose the port on which the Go server will run
|
||||
|
||||
Reference in New Issue
Block a user