mirror of
				https://github.com/citra-emu/discord-bot.git
				synced 2025-11-04 14:05:01 +00:00 
			
		
		
		
	docker: copy mjs files as well
This commit is contained in:
		
							parent
							
								
									33ec2bb74e
								
							
						
					
					
						commit
						c48d5b23b2
					
				| 
						 | 
				
			
			@ -4,7 +4,7 @@ FROM node:16-alpine AS build
 | 
			
		|||
WORKDIR /usr/src/app
 | 
			
		||||
 | 
			
		||||
# Install app dependencies and add source files
 | 
			
		||||
COPY package.json env.json yarn.lock tsconfig.json bundle.sh *.js ./
 | 
			
		||||
COPY package.json env.json yarn.lock tsconfig.json bundle.sh *.js *.mjs ./
 | 
			
		||||
COPY ./src ./src
 | 
			
		||||
RUN yarn install --frozen-lockfile && sh -e ./bundle.sh
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue