fix cities in docker deployment
This commit is contained in:
		@@ -6,10 +6,13 @@ COPY package.json ./package.json
 | 
			
		||||
COPY package-lock.json ./package-lock.json
 | 
			
		||||
 | 
			
		||||
RUN npm i
 | 
			
		||||
RUN apt update && apt install -y postgresql-client
 | 
			
		||||
 | 
			
		||||
RUN mkdir src
 | 
			
		||||
RUN mkdir translations
 | 
			
		||||
COPY src src
 | 
			
		||||
COPY scheme.psql .
 | 
			
		||||
COPY messages.json .
 | 
			
		||||
COPY cities.sql .
 | 
			
		||||
COPY translations translations
 | 
			
		||||
 | 
			
		||||
CMD ["npm", "run" ,"start"]
 | 
			
		||||
		Reference in New Issue
	
	Block a user