Explorar el Código

feat: default command in dockerfile to start server

Fela Maslen hace 5 años
padre
commit
87fc2052b4
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      gmus-backend/Dockerfile

+ 2 - 0
gmus-backend/Dockerfile

@@ -15,3 +15,5 @@ RUN addgroup -S appgroup && adduser -S appuser -G appgroup
 USER appuser
 
 ENV PATH="/app/bin:${PATH}"
+
+CMD server