mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: docker using python
This commit is contained in:
parent
907d966828
commit
186755eee4
@ -2,7 +2,7 @@ FROM node:14.16-alpine
|
||||
|
||||
# install packages
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache bash git openssh
|
||||
apk add --no-cache bash git openssh python3 py3-pip
|
||||
|
||||
# Create app directory
|
||||
RUN mkdir -p /usr/src/app
|
||||
|
||||
@ -10,7 +10,7 @@ import { ErrorMessage } from '@utils/Constants'
|
||||
|
||||
const Container = dynamic(() => import('@components/Container'))
|
||||
|
||||
const MyError = ({ statusCode }) => {
|
||||
const MyError = () => {
|
||||
return <div
|
||||
className='flex items-center h-screen select-none px-20'
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user