Fixed environment setup
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
FROM node:alpine
 | 
			
		||||
 | 
			
		||||
ARG PORT
 | 
			
		||||
ARG PORT="3000"
 | 
			
		||||
ENV PORT=$PORT
 | 
			
		||||
 | 
			
		||||
COPY . .
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user