notes fix
This commit is contained in:
@@ -48,7 +48,7 @@ RUN flutter upgrade
|
||||
RUN flutter build web
|
||||
|
||||
# Record the exposed port
|
||||
EXPOSE 9000
|
||||
EXPOSE 8080
|
||||
|
||||
# make server startup script executable and start the web server
|
||||
RUN ["chmod", "+x", "/app/server/server.sh"]
|
||||
|
||||
Reference in New Issue
Block a user